Skip to content

gh-93103: Update PyUnicode_DecodeFSDefault() doc - #93105

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:unicode_doc
May 23, 2022
Merged

gh-93103: Update PyUnicode_DecodeFSDefault() doc#93105
vstinner merged 1 commit into
python:mainfrom
vstinner:unicode_doc

Conversation

@vstinner

Copy link
Copy Markdown
Member

Update documentation of PyUnicode_DecodeFSDefault(),
PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_EncodeFSDefault():
they now use the filesystem encoding and error handler of PyConfig,
Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors
variables are no longer used.

Update documentation of PyUnicode_DecodeFSDefault(),
PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_EncodeFSDefault():
they now use the filesystem encoding and error handler of PyConfig,
Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors
variables are no longer used.
@vstinner
vstinner merged commit fc00667 into python:main May 23, 2022
@vstinner
vstinner deleted the unicode_doc branch May 23, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants